The bold code reports the error as follows: Future<void> a() async { ByteData data = await rootBundle.load("assets/e.xlsx"); var bytes = data.buffer
I'm using SailJS to build a REST API. I've a lot of nested models, such as: A building has many Floors, which have many Apartments, which have an Owner. The Sai
I would like to plot some values and highlight in specific colors values outside a certain range. In order to do that I do the following: use the method set_und
How can I use pip in oh-my-zsh? I was trying to install nltk through pip, but it told me zsh: command not found: pip. When I check plugins under .oh-my-zsh/cust
I have a very large text file with 2 columns and more than 10 mio of lines. Most lines have in column 2 a number that is the number of column 2 of the previous
I'm working with Java and Redis. I have service A and Service B. Service A produced the messages and Service B consume those messages and do some processing. I
con = ta.barssince(ta.rsi(close, 14) > 20) == 1 var flag = false if ta.barssince(ta.ema(close, 50) > ta.ema(close, 200)) == 1 flag := true if ta.ba
I've been hosting a discord bot on an online IDE but it happens to disconnect from the API after a while. The code on the IDE continues to run, but on discord,
I am trying to write a bash script for testing that takes a parameter and sends it through curl to web site. I need to url encode the value to make sure that s
I'm trying to integrate Slick slider in gatsby and trigger the slick methods through custom code. I tried to write class component but having issues on how to